home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 2004 January
/
Computer Buyer January 2004.iso
/
Extras
/
Todolist
/
setup.exe
/
{app}
/
todolist.exe
/
0
/
RCDATA
/
TEDITDIALOG
/
TEDITDIALOG.txt
Wrap
Text File
|
2002-12-17
|
1KB
|
58 lines
object EditDialog: TEditDialog
Left = 156
Top = 152
HelpContext = 9
BorderStyle = bsDialog
Caption = 'Edit This Task'
ClientHeight = 104
ClientWidth = 345
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
Position = poDefault
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 16
Width = 27
Height = 13
Caption = 'Task:'
end
object OKBtn: TBitBtn
Left = 264
Top = 8
Width = 75
Height = 25
TabOrder = 0
Kind = bkOK
end
object CancelBtn: TBitBtn
Left = 264
Top = 40
Width = 75
Height = 25
TabOrder = 1
Kind = bkCancel
end
object HelpBtn: TBitBtn
Left = 264
Top = 72
Width = 75
Height = 25
TabOrder = 2
Kind = bkHelp
end
object EditTaskEdit: TEdit
Left = 8
Top = 32
Width = 241
Height = 21
TabOrder = 3
end
end